home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000448_news@columbia.edu _Mon Feb 5 11:59:44 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id LAA29008 for <kermit.misc@watsun>; Mon, 5 Feb 1996 11:59:39 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id LAA20060 for kermit.misc@watsun; Mon, 5 Feb 1996 11:59:27 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: PIF settings for kermit 3.14
  8. Date: 5 Feb 1996 16:59:06 GMT
  9. Organization: Columbia University
  10. Lines: 16
  11. Message-ID: <4f5d0q$jif@apakabar.cc.columbia.edu>
  12. References: <4etbap$cas@news.Ieunet.ie>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4etbap$cas@news.Ieunet.ie>,
  16. Eoin Bairead <ebairead@login.ieunet.ie> wrote:
  17. : I have a (DOS) .INI file which allows a user log on to a mainframe (a
  18. : VAX) and automatically run a procedure which transfers a file down to
  19. : the PC. I'd like to know the optimal PIF settings to run the task in
  20. : Windows, preferably NOT as a maximised window.
  21. Look on your MS-DOS Kermit 3.14 (current version) diskette.  In the
  22. WINDOWS subdirectory you'll find a KERMIT.PIF file.
  23.  
  24. : And while we're at it - is there a NEAT way of getting user response in
  25. : a Windows environment, for things like passwords & usernames.
  26. Read about the ASK and ASKQ commands in the manual, "Using MS-DOS Kermit".
  27.  
  28. - Frank